const google.golang.org/grpc/internal/pretty.jsonIndent

5 uses

	google.golang.org/grpc/internal/pretty (current package)
		pretty.go#L33: const jsonIndent = "  "
		pretty.go#L41: 		mm := jsonpb.Marshaler{Indent: jsonIndent}
		pretty.go#L53: 			Indent:    jsonIndent,
		pretty.go#L64: 		ret, err := json.MarshalIndent(ee, "", jsonIndent)
		pretty.go#L77: 	err := json.Indent(&out, b, "", jsonIndent)